RetroMission
***
CD-ROM
|
disk
|
FTP
|
web
|
AOL
|
usenet
|
other
***
search
/
Amiga Format CD 52
/
Amiga Format AFCD52 (Issue 136, May 2000).iso
/
-in_the_mag-
/
reader_requests
/
cheatcodes
/
.install
/
cruise
/
install-english
(
.txt
)
next >
Wrap
Text File
|
2000-02-23
|
2KB
|
81 lines
;$VER:Script generated by ScriptMaker 2.0 for Cruise for a corpse
(complete 0)
(set @default-dest "Work:")
; Texts
(set #Intro-Txt
(cat "\n\nWelcome to \n"
"Cruise for a corpse\n"
"Hard Disk Install Script\n\n\n\n"
"This script has been generated by Script Maker 2.0\n\n"
))(set #Warning-Txt
(cat "Warning !\n\n\n"
"Croisière pour un cadavre requires 4.2 MB free on your disk \n\n"
"Think of it before destroying your disk...\n\n"
))(set #Path-Txt
(cat "Select the target directory. A directory Cruise will "
"be created there."
))(set #Path-Help
(cat "\nThis section lets you choose the "
"target directory to install Cruise for a corpse. \n\n"
"A directory Cruise will be created there.\n\n"
"Default is Work:\n\n\n"
@askdir-help
))
(set Assign-Help-Txt
(cat "\nA script located in the target directory wil make "
"the Assigns. The User-Startup will be patched in order "
"to call this script.\n\n\n"
@startup-help
))
; Main
(message #Intro-Txt)
(message #Warning-Txt)
(set target
(askdir (prompt #Path-Txt) (help #Path-Help) (default @default-dest) (newpath)
))
(set @default-dest target)
(copyfiles
(prompt "Copying to " #target)
(help @copy-files-help)
(source "Cruise1:")
(dest (tackon target "Cruise"))
(pattern "#?")
)
(complete 20)
(copyfiles
(prompt "Copying to " #target)
(help @copy-files-help)
(source "Cruise2:")
(dest (tackon target "Cruise"))
(pattern "#?")
)
(complete 40)
(copyfiles
(prompt "Copying to " #target)
(help @copy-files-help)
(source "Cruise3:")
(dest (tackon target "Cruise"))
(pattern "#?")
)
(complete 60)
(copyfiles
(prompt "Copying to " #target)
(help @copy-files-help)
(source "Cruise4:")
(dest (tackon target "Cruise"))
(pattern "#?")
)
(complete 80)
(copyfiles
(prompt "Copying to " #target)
(help @copy-files-help)
(source "Cruise5:")
(dest (tackon target "Cruise"))
(pattern "#?")
)
(complete 100)